home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TFLOODDLG / TFLOODDLG.txt
Text File  |  1999-10-16  |  1KB  |  67 lines

  1. object FloodDlg: TFloodDlg
  2.   Left = 255
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Flood Options'
  6.   ClientHeight = 119
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 297
  18.     Height = 81
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 32
  23.     Top = 64
  24.     Width = 117
  25.     Height = 13
  26.     Caption = '(resets grid point heights)'
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 159
  30.     Top = 92
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 0
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 79
  40.     Top = 92
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object FloodEQRadio: TRadioButton
  49.     Left = 16
  50.     Top = 24
  51.     Width = 281
  52.     Height = 17
  53.     Caption = 'Flood connected grid points at same height only'
  54.     Checked = True
  55.     TabOrder = 2
  56.     TabStop = True
  57.   end
  58.   object FloodLERadio: TRadioButton
  59.     Left = 16
  60.     Top = 48
  61.     Width = 281
  62.     Height = 17
  63.     Caption = 'Flood connected gridpoints at same or lower heights'
  64.     TabOrder = 3
  65.   end
  66. end
  67.